home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Blogowanie poza sfera / Flock 0.9.1.3 stable / flock-0.9.1.3.en-US.win32.exe / flock / defaults / pref / fbranding-prefs.js < prev    next >
Text File  |  2007-10-12  |  1KB  |  35 lines

  1. //
  2. // BEGIN FLOCK GPL
  3. // 
  4. // Copyright Flock Inc. 2005-2007
  5. // http://flock.com
  6. // 
  7. // This file may be used under the terms of of the
  8. // GNU General Public License Version 2 or later (the "GPL"),
  9. // http://www.gnu.org/licenses/gpl.html
  10. // 
  11. // Software distributed under the License is distributed on an "AS IS" basis,
  12. // WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  13. // for the specific language governing rights and limitations under the
  14. // License.
  15. // 
  16. // END FLOCK GPL
  17. //
  18.  
  19. pref("startup.homepage_override_url", "http://www.flock.com/release-notes/%VERSION%/");
  20. pref("startup.homepage_welcome_url", "http://www.flock.com/welcome/%LOCALE%/");
  21. // URL user can browse to manually if for some reason all update installation
  22. // attempts fail.
  23. pref("app.update.url.manual", "http://www.flock.com/download/");
  24. // A default value for the "More information about this update" link
  25. // supplied in the "An update is available" page of the update wizard.
  26. pref("app.update.url.details", "http://www.flock.com/release-notes/%VERSION%/");
  27.  
  28. // "Help > Release Notes" menuitem URL
  29. pref("app.releaseNotesURL", "http://www.flock.com/release-notes/%VERSION%/");
  30.  
  31. // Default query for the mediabar
  32. pref("flock.media.defaultquery.service", "flickr");
  33. pref("flock.media.defaultquery.query", "special:interestingness");
  34. pref("flock.media.defaultquery.label", "Interestingness");
  35.